/* TYPOGRAPHY */
@font-face {
  font-family: "AvantGarde Regular";
  src: url(../fonts/AvantGarde\ Regular.TTF);
}

@font-face {
  font-family: "AvantGarde Regular Italic";
  src: url(../fonts/AvantGarde\ Regular\ Italic.otf);
}

@font-face {
  font-family: "AvantGarde Bold";
  src: url(../fonts/AvantGarde\ Bold.TTF);
}

@font-face {
  font-family: "AvanteGarde Bold Italic";
  src: url(../fonts/AvantGarde\ Regular\ Italic.otf);
}

/**umb_name:Question*/
.question {
	font-family: "AvantGarde Bold";
	font-style: normal;
	font-weight: 700;
	font-size: 30px;
	line-height: 38px;
	/* or 127% *//* Inchcape Dark Blue */color: #00233A;
}

/**umb_name:Answer*/
.answer {
	font-family: "AvantGarde Regular";
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 32px;
	/* or 200% *//* Inchcape Dark Blue */color: #00233A;
}
